Html Css Color HEX #93CAE5 Cornflower

📋 copy color: '#93CAE5'

red 147 ◦ green 202 ◦ blue 229

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

Shades of Cornflower #93CAE5

Tints of Cornflower #93CAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.95%

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

R = 25.43%
G = 34.95%
B = 39.62%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#93CAE5 (or 0x93CAE5) is known color: Cornflower. HEX triplet: 93, CA and E5. RGB value is (147,202,229). Sum of RGB (Red+Green+Blue) = 147+202+229=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #93CAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CAE5 is #6C351A. Grayscale: #BCBCBC. Windows color (decimal): -7091483 or 15059603. OLE color: 15059603.

HSL color Cylindrical-coordinate representation of color #93CAE5: hue angle of 199.76º 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 #93CAE5 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 202 229 -
CMYK 0.36 0.12 0 0.10
HSL 199.76º 0.61% 0.74% -
HSV(B) 199.76º 0.36% 0.9% -
XYZ 47.3 54.1 82.08 -
YUV 188.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 147 202 229 0.36 0.12 0 0.10 199.76 0.61 0.74
Hex 93 CA E5 24 C 0 A C8 3D 4A
Octal 223 312 345 44 14 0 12 310 75 112
Binary 10010011 11001010 11100101 100100 1100 0 1010 11001000 111101 1001010

Color Harmonies of #93CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CAE5

Black with #93CAE5

Text Example


Text Example

White with #93CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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