Html Css Color HEX #93CBFC Light Sky Blue

📋 copy color: '#93CBFC'

red 147 ◦ green 203 ◦ blue 252

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

Shades of Light Sky Blue #93CBFC

Tints of Light Sky Blue #93CBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 24.42%
G = 33.72%
B = 41.86%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93CBFC (or 0x93CBFC) is known color: Light Sky Blue. HEX triplet: 93, CB and FC. RGB value is (147,203,252). Sum of RGB (Red+Green+Blue) = 147+203+252=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #93CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBFC is #6C3403. Grayscale: #BFBFBF. Windows color (decimal): -7091204 or 16567187. OLE color: 16567187.

HSL color Cylindrical-coordinate representation of color #93CBFC: hue angle of 208º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93CBFC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 203 252 -
CMYK 0.42 0.19 0 0.01
HSL 208º 0.95% 0.78% -
HSV(B) 208º 0.42% 0.99% -
XYZ 50.96 55.94 100.21 -
YUV 191.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 147 203 252 0.42 0.19 0 0.01 208 0.95 0.78
Hex 93 CB FC 2A 13 0 1 D0 5F 4E
Octal 223 313 374 52 23 0 1 320 137 116
Binary 10010011 11001011 11111100 101010 10011 0 1 11010000 1011111 1001110

Color Harmonies of #93CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CBFC

Black with #93CBFC

Text Example


Text Example

White with #93CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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