Html Css Color HEX #92D8F9 Columbia Blue

📋 copy color: '#92D8F9'

red 146 ◦ green 216 ◦ blue 249

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

Shades of Columbia Blue #92D8F9

Tints of Columbia Blue #92D8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 23.9%
G = 35.35%
B = 40.75%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92D8F9 (or 0x92D8F9) is known color: Columbia Blue. HEX triplet: 92, D8 and F9. RGB value is (146,216,249). Sum of RGB (Red+Green+Blue) = 146+216+249=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #92D8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D8F9 is #6D2706. Grayscale: #C6C6C6. Windows color (decimal): -7153415 or 16373906. OLE color: 16373906.

HSL color Cylindrical-coordinate representation of color #92D8F9: hue angle of 199.22º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D8F9 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 216 249 -
CMYK 0.41 0.13 0 0.02
HSL 199.22º 0.9% 0.77% -
HSV(B) 199.22º 0.41% 0.98% -
XYZ 53.51 62.06 98.78 -
YUV 198.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 146 216 249 0.41 0.13 0 0.02 199.22 0.9 0.77
Hex 92 D8 F9 29 D 0 2 C7 5A 4D
Octal 222 330 371 51 15 0 2 307 132 115
Binary 10010010 11011000 11111001 101001 1101 0 10 11000111 1011010 1001101

Color Harmonies of #92D8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D8F9

Black with #92D8F9

Text Example


Text Example

White with #92D8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,216,249); }

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

background-color css

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

 a { background-color: rgb(146,216,249); }

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

border-color css

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

 span { border-color: rgb(146,216,249); }

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