Html Css Color HEX #92D9FE Columbia Blue

📋 copy color: '#92D9FE'

red 146 ◦ green 217 ◦ blue 254

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

Shades of Columbia Blue #92D9FE

Tints of Columbia Blue #92D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.17%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 23.66%
G = 35.17%
B = 41.17%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#92D9FE (or 0x92D9FE) is known color: Columbia Blue. HEX triplet: 92, D9 and FE. RGB value is (146,217,254). Sum of RGB (Red+Green+Blue) = 146+217+254=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #92D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D9FE is #6D2601. Grayscale: #C7C7C7. Windows color (decimal): -7153154 or 16701842. OLE color: 16701842.

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

Color convert

RGB 146 217 254 -
CMYK 0.43 0.15 0 0.00
HSL 200.56º 0.98% 0.78% -
HSV(B) 200.56º 0.43% 1% -
XYZ 54.56 62.89 103.03 -
YUV 199.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 146 217 254 0.43 0.15 0 0.00 200.56 0.98 0.78
Hex 92 D9 FE 2B F 0 0 C9 62 4E
Octal 222 331 376 53 17 0 0 311 142 116
Binary 10010010 11011001 11111110 101011 1111 0 0 11001001 1100010 1001110

Color Harmonies of #92D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D9FE

Black with #92D9FE

Text Example


Text Example

White with #92D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,217,254); }

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

background-color css

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

 a { background-color: rgb(146,217,254); }

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

border-color css

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

 span { border-color: rgb(146,217,254); }

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