Html Css Color HEX #92DAFE Columbia Blue

📋 copy color: '#92DAFE'

red 146 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #92DAFE

Tints of Columbia Blue #92DAFE

RGB

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

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

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

R = 23.62%
G = 35.28%
B = 41.1%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#92DAFE (or 0x92DAFE) is known color: Columbia Blue. HEX triplet: 92, DA and FE. RGB value is (146,218,254). Sum of RGB (Red+Green+Blue) = 146+218+254=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #92DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAFE is #6D2501. Grayscale: #C8C8C8. Windows color (decimal): -7152898 or 16702098. OLE color: 16702098.

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

Color convert

RGB 146 218 254 -
CMYK 0.43 0.14 0 0.00
HSL 200º 0.98% 0.78% -
HSV(B) 200º 0.43% 1% -
XYZ 54.81 63.41 103.12 -
YUV 200.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 146 218 254 0.43 0.14 0 0.00 200 0.98 0.78
Hex 92 DA FE 2B E 0 0 C8 62 4E
Octal 222 332 376 53 16 0 0 310 142 116
Binary 10010010 11011010 11111110 101011 1110 0 0 11001000 1100010 1001110

Color Harmonies of #92DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DAFE

Black with #92DAFE

Text Example


Text Example

White with #92DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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