Html Css Color HEX #93CDFF Light Sky Blue

📋 copy color: '#93CDFF'

red 147 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #93CDFF

Tints of Light Sky Blue #93CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.77%

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

R = 24.22%
G = 33.77%
B = 42.01%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#93CDFF (or 0x93CDFF) is known color: Light Sky Blue. HEX triplet: 93, CD and FF. RGB value is (147,205,255). Sum of RGB (Red+Green+Blue) = 147+205+255=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #93CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDFF is #6C3200. Grayscale: #C1C1C1. Windows color (decimal): -7090689 or 16764307. OLE color: 16764307.

HSL color Cylindrical-coordinate representation of color #93CDFF: hue angle of 207.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93CDFF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 205 255 -
CMYK 0.42 0.20 0 0
HSL 207.78º 1% 0.79% -
HSV(B) 207.78º 0.42% 1% -
XYZ 51.91 57.09 102.89 -
YUV 193.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 147 205 255 0.42 0.20 0 0 207.78 1 0.79
Hex 93 CD FF 2A 14 0 0 D0 64 4F
Octal 223 315 377 52 24 0 0 320 144 117
Binary 10010011 11001101 11111111 101010 10100 0 0 11010000 1100100 1001111

Color Harmonies of #93CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CDFF

Black with #93CDFF

Text Example


Text Example

White with #93CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,205,255); }

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

background-color css

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

 a { background-color: rgb(147,205,255); }

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

border-color css

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

 span { border-color: rgb(147,205,255); }

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