Html Css Color HEX #92CDFF Light Sky Blue

📋 copy color: '#92CDFF'

red 146 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #92CDFF

Tints of Light Sky Blue #92CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

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

R = 24.09%
G = 33.83%
B = 42.08%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92CDFF (or 0x92CDFF) is known color: Light Sky Blue. HEX triplet: 92, CD and FF. RGB value is (146,205,255). Sum of RGB (Red+Green+Blue) = 146+205+255=606 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.09% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDFF is #6D3200. Grayscale: #C0C0C0. Windows color (decimal): -7156225 or 16764306. OLE color: 16764306.

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

Color convert

RGB 146 205 255 -
CMYK 0.43 0.20 0 0
HSL 207.52º 1% 0.79% -
HSV(B) 207.52º 0.43% 1% -
XYZ 51.74 56.99 102.88 -
YUV 193.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 146 205 255 0.43 0.20 0 0 207.52 1 0.79
Hex 92 CD FF 2B 14 0 0 D0 64 4F
Octal 222 315 377 53 24 0 0 320 144 117
Binary 10010010 11001101 11111111 101011 10100 0 0 11010000 1100100 1001111

Color Harmonies of #92CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CDFF

Black with #92CDFF

Text Example


Text Example

White with #92CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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