Html Css Color HEX #92BBF5 Light Sky Blue

📋 copy color: '#92BBF5'

red 146 ◦ green 187 ◦ blue 245

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

Shades of Light Sky Blue #92BBF5

Tints of Light Sky Blue #92BBF5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

 BLUE value IS 245 (96.09% from 255) = 42.39%

R = 25.26%
G = 32.35%
B = 42.39%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#92BBF5 (or 0x92BBF5) is known color: Light Sky Blue. HEX triplet: 92, BB and F5. RGB value is (146,187,245). Sum of RGB (Red+Green+Blue) = 146+187+245=578 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.26% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #92BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBF5 is #6D440A. Grayscale: #B5B5B5. Windows color (decimal): -7160843 or 16104338. OLE color: 16104338.

HSL color Cylindrical-coordinate representation of color #92BBF5: hue angle of 215.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92BBF5 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 187 245 -
CMYK 0.40 0.24 0 0.04
HSL 215.15º 0.83% 0.77% -
HSV(B) 215.15º 0.4% 0.96% -
XYZ 46.11 48.24 93.27 -
YUV 181.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 146 187 245 0.40 0.24 0 0.04 215.15 0.83 0.77
Hex 92 BB F5 28 18 0 4 D7 53 4D
Octal 222 273 365 50 30 0 4 327 123 115
Binary 10010010 10111011 11110101 101000 11000 0 100 11010111 1010011 1001101

Color Harmonies of #92BBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBF5

Black with #92BBF5

Text Example


Text Example

White with #92BBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,187,245); }

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

background-color css

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

 a { background-color: rgb(146,187,245); }

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

border-color css

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

 span { border-color: rgb(146,187,245); }

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