Html Css Color HEX #92DAFF Columbia Blue

📋 copy color: '#92DAFF'

red 146 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #92DAFF

Tints of Columbia Blue #92DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

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

R = 23.59%
G = 35.22%
B = 41.2%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92DAFF (or 0x92DAFF) is known color: Columbia Blue. HEX triplet: 92, DA and FF. RGB value is (146,218,255). Sum of RGB (Red+Green+Blue) = 146+218+255=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAFF is #6D2500. Grayscale: #C8C8C8. Windows color (decimal): -7152897 or 16767634. OLE color: 16767634.

HSL color Cylindrical-coordinate representation of color #92DAFF: hue angle of 200.37º 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 #92DAFF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 218 255 -
CMYK 0.43 0.15 0 0
HSL 200.37º 1% 0.79% -
HSV(B) 200.37º 0.43% 1% -
XYZ 54.98 63.47 103.96 -
YUV 200.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 146 218 255 0.43 0.15 0 0 200.37 1 0.79
Hex 92 DA FF 2B F 0 0 C8 64 4F
Octal 222 332 377 53 17 0 0 310 144 117
Binary 10010010 11011010 11111111 101011 1111 0 0 11001000 1100100 1001111

Color Harmonies of #92DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DAFF

Black with #92DAFF

Text Example


Text Example

White with #92DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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