Html Css Color HEX #93CEE5 Cornflower

📋 copy color: '#93CEE5'

red 147 ◦ green 206 ◦ blue 229

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

Shades of Cornflower #93CEE5

Tints of Cornflower #93CEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 25.26%
G = 35.4%
B = 39.35%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#93CEE5 (or 0x93CEE5) is known color: Cornflower. HEX triplet: 93, CE and E5. RGB value is (147,206,229). Sum of RGB (Red+Green+Blue) = 147+206+229=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #93CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEE5 is #6C311A. Grayscale: #BEBEBE. Windows color (decimal): -7090459 or 15060627. OLE color: 15060627.

HSL color Cylindrical-coordinate representation of color #93CEE5: hue angle of 196.83º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93CEE5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 206 229 -
CMYK 0.36 0.10 0 0.10
HSL 196.83º 0.61% 0.74% -
HSV(B) 196.83º 0.36% 0.9% -
XYZ 48.25 56 82.4 -
YUV 190.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 147 206 229 0.36 0.10 0 0.10 196.83 0.61 0.74
Hex 93 CE E5 24 A 0 A C5 3D 4A
Octal 223 316 345 44 12 0 12 305 75 112
Binary 10010011 11001110 11100101 100100 1010 0 1010 11000101 111101 1001010

Color Harmonies of #93CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEE5

Black with #93CEE5

Text Example


Text Example

White with #93CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,229); }

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

background-color css

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

 a { background-color: rgb(147,206,229); }

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

border-color css

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

 span { border-color: rgb(147,206,229); }

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