Html Css Color HEX #92BDFF Light Sky Blue

📋 copy color: '#92BDFF'

red 146 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #92BDFF

Tints of Light Sky Blue #92BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.03%

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

R = 24.75%
G = 32.03%
B = 43.22%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#92BDFF (or 0x92BDFF) is known color: Light Sky Blue. HEX triplet: 92, BD and FF. RGB value is (146,189,255). Sum of RGB (Red+Green+Blue) = 146+189+255=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #92BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDFF is #6D4200. Grayscale: #B7B7B7. Windows color (decimal): -7160321 or 16760210. OLE color: 16760210.

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

Color convert

RGB 146 189 255 -
CMYK 0.43 0.26 0 0
HSL 216.33º 1% 0.79% -
HSV(B) 216.33º 0.43% 1% -
XYZ 48.1 49.73 101.67 -
YUV 183.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 146 189 255 0.43 0.26 0 0 216.33 1 0.79
Hex 92 BD FF 2B 1A 0 0 D8 64 4F
Octal 222 275 377 53 32 0 0 330 144 117
Binary 10010010 10111101 11111111 101011 11010 0 0 11011000 1100100 1001111

Color Harmonies of #92BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDFF

Black with #92BDFF

Text Example


Text Example

White with #92BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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