Html Css Color HEX #92D4FA Light Sky Blue

📋 copy color: '#92D4FA'

red 146 ◦ green 212 ◦ blue 250

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

Shades of Light Sky Blue #92D4FA

Tints of Light Sky Blue #92D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.87%

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 24.01%
G = 34.87%
B = 41.12%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92D4FA (or 0x92D4FA) is known color: Light Sky Blue. HEX triplet: 92, D4 and FA. RGB value is (146,212,250). Sum of RGB (Red+Green+Blue) = 146+212+250=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #92D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D4FA is #6D2B05. Grayscale: #C4C4C4. Windows color (decimal): -7154438 or 16438418. OLE color: 16438418.

HSL color Cylindrical-coordinate representation of color #92D4FA: hue angle of 201.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92D4FA is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 212 250 -
CMYK 0.42 0.15 0 0.02
HSL 201.92º 0.91% 0.78% -
HSV(B) 201.92º 0.42% 0.98% -
XYZ 52.65 60.1 99.27 -
YUV 196.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 146 212 250 0.42 0.15 0 0.02 201.92 0.91 0.78
Hex 92 D4 FA 2A F 0 2 CA 5B 4E
Octal 222 324 372 52 17 0 2 312 133 116
Binary 10010010 11010100 11111010 101010 1111 0 10 11001010 1011011 1001110

Color Harmonies of #92D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D4FA

Black with #92D4FA

Text Example


Text Example

White with #92D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,212,250); }

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

background-color css

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

 a { background-color: rgb(146,212,250); }

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

border-color css

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

 span { border-color: rgb(146,212,250); }

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