Html Css Color HEX #92D7FE Columbia Blue

📋 copy color: '#92D7FE'

red 146 ◦ green 215 ◦ blue 254

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

Shades of Columbia Blue #92D7FE

Tints of Columbia Blue #92D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 23.74%
G = 34.96%
B = 41.3%

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

#92D7FE (or 0x92D7FE) is known color: Columbia Blue. HEX triplet: 92, D7 and FE. RGB value is (146,215,254). Sum of RGB (Red+Green+Blue) = 146+215+254=615 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.74% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #92D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D7FE is #6D2801. Grayscale: #C6C6C6. Windows color (decimal): -7153666 or 16701330. OLE color: 16701330.

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

Color convert

RGB 146 215 254 -
CMYK 0.43 0.15 0 0.00
HSL 201.67º 0.98% 0.78% -
HSV(B) 201.67º 0.43% 1% -
XYZ 54.04 61.87 102.86 -
YUV 198.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 146 215 254 0.43 0.15 0 0.00 201.67 0.98 0.78
Hex 92 D7 FE 2B F 0 0 CA 62 4E
Octal 222 327 376 53 17 0 0 312 142 116
Binary 10010010 11010111 11111110 101011 1111 0 0 11001010 1100010 1001110

Color Harmonies of #92D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D7FE

Black with #92D7FE

Text Example


Text Example

White with #92D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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