Html Css Color HEX #92DCFB Columbia Blue

📋 copy color: '#92DCFB'

red 146 ◦ green 220 ◦ blue 251

#92DCFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #92DCFB

Tints of Columbia Blue #92DCFB

RGB

 RED value IS 146 (57.42% from 255) = 23.66%

 GREEN value IS 220 (86.33% from 255) = 35.66%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 23.66%
G = 35.66%
B = 40.68%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#92DCFB (or 0x92DCFB) is known color: Columbia Blue. HEX triplet: 92, DC and FB. RGB value is (146,220,251). Sum of RGB (Red+Green+Blue) = 146+220+251=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #92DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCFB is #6D2304. Grayscale: #C9C9C9. Windows color (decimal): -7152389 or 16506002. OLE color: 16506002.

HSL color Cylindrical-coordinate representation of color #92DCFB: hue angle of 197.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DCFB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 220 251 -
CMYK 0.42 0.12 0 0.02
HSL 197.71º 0.93% 0.78% -
HSV(B) 197.71º 0.42% 0.98% -
XYZ 54.86 64.26 100.78 -
YUV 201.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 146 220 251 0.42 0.12 0 0.02 197.71 0.93 0.78
Hex 92 DC FB 2A C 0 2 C6 5D 4E
Octal 222 334 373 52 14 0 2 306 135 116
Binary 10010010 11011100 11111011 101010 1100 0 10 11000110 1011101 1001110

Color Harmonies of #92DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DCFB

Black with #92DCFB

Text Example


Text Example

White with #92DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92DCFB; }

 p { color: rgb(146,220,251); }

 H1.HeaderClassName
 {
   color: #92DCFB;
 }
 .AnyTagClassName
 {
   color: #92DCFB;
 }
</style>

background-color css

<style>
 a { background-color: #92DCFB; }

 a { background-color: rgb(146,220,251); }

 div.DivClassName
 {
   background-color: #92DCFB;
 }
 .BgClassName
 {
   background-color: #92DCFB;
 }
</style>

border-color css

<style>
 span { border-color: #92DCFB; }

 span { border-color: rgb(146,220,251); }

 td.TdClassName
 {
   border-color: #92DCFB;
 }
 .TagClassName
 {
   border-color: #92DCFB;
 }
</style>