Html Css Color HEX #93CBF9 Light Sky Blue

📋 copy color: '#93CBF9'

red 147 ◦ green 203 ◦ blue 249

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

Shades of Light Sky Blue #93CBF9

Tints of Light Sky Blue #93CBF9

RGB

 RED value IS 147 (57.81% from 255) = 24.54%

 GREEN value IS 203 (79.69% from 255) = 33.89%

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 24.54%
G = 33.89%
B = 41.57%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93CBF9 (or 0x93CBF9) is known color: Light Sky Blue. HEX triplet: 93, CB and F9. RGB value is (147,203,249). Sum of RGB (Red+Green+Blue) = 147+203+249=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #93CBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBF9 is #6C3406. Grayscale: #BFBFBF. Windows color (decimal): -7091207 or 16370579. OLE color: 16370579.

HSL color Cylindrical-coordinate representation of color #93CBF9: hue angle of 207.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93CBF9 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 203 249 -
CMYK 0.41 0.18 0 0.02
HSL 207.06º 0.89% 0.78% -
HSV(B) 207.06º 0.41% 0.98% -
XYZ 50.49 55.75 97.72 -
YUV 191.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 147 203 249 0.41 0.18 0 0.02 207.06 0.89 0.78
Hex 93 CB F9 29 12 0 2 CF 59 4E
Octal 223 313 371 51 22 0 2 317 131 116
Binary 10010011 11001011 11111001 101001 10010 0 10 11001111 1011001 1001110

Color Harmonies of #93CBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CBF9

Black with #93CBF9

Text Example


Text Example

White with #93CBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CBF9; }

 p { color: rgb(147,203,249); }

 H1.HeaderClassName
 {
   color: #93CBF9;
 }
 .AnyTagClassName
 {
   color: #93CBF9;
 }
</style>

background-color css

<style>
 a { background-color: #93CBF9; }

 a { background-color: rgb(147,203,249); }

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

border-color css

<style>
 span { border-color: #93CBF9; }

 span { border-color: rgb(147,203,249); }

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