Html Css Color HEX #92CCFF Light Sky Blue

📋 copy color: '#92CCFF'

red 146 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #92CCFF

Tints of Light Sky Blue #92CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

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

R = 24.13%
G = 33.72%
B = 42.15%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92CCFF (or 0x92CCFF) is known color: Light Sky Blue. HEX triplet: 92, CC and FF. RGB value is (146,204,255). Sum of RGB (Red+Green+Blue) = 146+204+255=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CCFF is #6D3300. Grayscale: #C0C0C0. Windows color (decimal): -7156481 or 16764050. OLE color: 16764050.

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

Color convert

RGB 146 204 255 -
CMYK 0.43 0.2 0 0
HSL 208.07º 1% 0.79% -
HSV(B) 208.07º 0.43% 1% -
XYZ 51.5 56.52 102.8 -
YUV 192.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 146 204 255 0.43 0.2 0 0 208.07 1 0.79
Hex 92 CC FF 2B 14 0 0 D0 64 4F
Octal 222 314 377 53 24 0 0 320 144 117
Binary 10010010 11001100 11111111 101011 10100 0 0 11010000 1100100 1001111

Color Harmonies of #92CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CCFF

Black with #92CCFF

Text Example


Text Example

White with #92CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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