Html Css Color HEX #92DEFF Columbia Blue

📋 copy color: '#92DEFF'

red 146 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #92DEFF

Tints of Columbia Blue #92DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.63%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 23.43%
G = 35.63%
B = 40.93%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92DEFF (or 0x92DEFF) is known color: Columbia Blue. HEX triplet: 92, DE and FF. RGB value is (146,222,255). Sum of RGB (Red+Green+Blue) = 146+222+255=623 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.43% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEFF is #6D2100. Grayscale: #CACACA. Windows color (decimal): -7151873 or 16768658. OLE color: 16768658.

HSL color Cylindrical-coordinate representation of color #92DEFF: hue angle of 198.17º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92DEFF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 222 255 -
CMYK 0.43 0.13 0 0
HSL 198.17º 1% 0.79% -
HSV(B) 198.17º 0.43% 1% -
XYZ 56.03 65.57 104.31 -
YUV 203.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 146 222 255 0.43 0.13 0 0 198.17 1 0.79
Hex 92 DE FF 2B D 0 0 C6 64 4F
Octal 222 336 377 53 15 0 0 306 144 117
Binary 10010010 11011110 11111111 101011 1101 0 0 11000110 1100100 1001111

Color Harmonies of #92DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DEFF

Black with #92DEFF

Text Example


Text Example

White with #92DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,222,255); }

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

background-color css

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

 a { background-color: rgb(146,222,255); }

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

border-color css

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

 span { border-color: rgb(146,222,255); }

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