Html Css Color HEX #92CEFF Light Sky Blue

📋 copy color: '#92CEFF'

red 146 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #92CEFF

Tints of Light Sky Blue #92CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.94%

 BLUE value IS 255 (100% from 255) = 42.01%

R = 24.05%
G = 33.94%
B = 42.01%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92CEFF (or 0x92CEFF) is known color: Light Sky Blue. HEX triplet: 92, CE and FF. RGB value is (146,206,255). Sum of RGB (Red+Green+Blue) = 146+206+255=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CEFF is #6D3100. Grayscale: #C1C1C1. Windows color (decimal): -7155969 or 16764562. OLE color: 16764562.

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

Color convert

RGB 146 206 255 -
CMYK 0.43 0.19 0 0
HSL 206.97º 1% 0.79% -
HSV(B) 206.97º 0.43% 1% -
XYZ 51.98 57.47 102.96 -
YUV 193.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 146 206 255 0.43 0.19 0 0 206.97 1 0.79
Hex 92 CE FF 2B 13 0 0 CF 64 4F
Octal 222 316 377 53 23 0 0 317 144 117
Binary 10010010 11001110 11111111 101011 10011 0 0 11001111 1100100 1001111

Color Harmonies of #92CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CEFF

Black with #92CEFF

Text Example


Text Example

White with #92CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,206,255); }

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

background-color css

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

 a { background-color: rgb(146,206,255); }

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

border-color css

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

 span { border-color: rgb(146,206,255); }

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