Html Css Color HEX #92DFF9 Columbia Blue

📋 copy color: '#92DFF9'

red 146 ◦ green 223 ◦ blue 249

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

Shades of Columbia Blue #92DFF9

Tints of Columbia Blue #92DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 23.62%
G = 36.08%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92DFF9 (or 0x92DFF9) is known color: Columbia Blue. HEX triplet: 92, DF and F9. RGB value is (146,223,249). Sum of RGB (Red+Green+Blue) = 146+223+249=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #92DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFF9 is #6D2006. Grayscale: #CACACA. Windows color (decimal): -7151623 or 16375698. OLE color: 16375698.

HSL color Cylindrical-coordinate representation of color #92DFF9: hue angle of 195.15º 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 #92DFF9 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 223 249 -
CMYK 0.41 0.10 0 0.02
HSL 195.15º 0.9% 0.77% -
HSV(B) 195.15º 0.41% 0.98% -
XYZ 55.34 65.73 99.39 -
YUV 202.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 146 223 249 0.41 0.10 0 0.02 195.15 0.9 0.77
Hex 92 DF F9 29 A 0 2 C3 5A 4D
Octal 222 337 371 51 12 0 2 303 132 115
Binary 10010010 11011111 11111001 101001 1010 0 10 11000011 1011010 1001101

Color Harmonies of #92DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DFF9

Black with #92DFF9

Text Example


Text Example

White with #92DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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