Html Css Color HEX #93CFEA Cornflower

📋 copy color: '#93CFEA'

red 147 ◦ green 207 ◦ blue 234

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

Shades of Cornflower #93CFEA

Tints of Cornflower #93CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 25%
G = 35.2%
B = 39.8%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93CFEA (or 0x93CFEA) is known color: Cornflower. HEX triplet: 93, CF and EA. RGB value is (147,207,234). Sum of RGB (Red+Green+Blue) = 147+207+234=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #93CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFEA is #6C3015. Grayscale: #BFBFBF. Windows color (decimal): -7090198 or 15388563. OLE color: 15388563.

HSL color Cylindrical-coordinate representation of color #93CFEA: hue angle of 198.62º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CFEA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 207 234 -
CMYK 0.37 0.12 0 0.08
HSL 198.62º 0.67% 0.75% -
HSV(B) 198.62º 0.37% 0.92% -
XYZ 49.2 56.77 86.21 -
YUV 192.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 147 207 234 0.37 0.12 0 0.08 198.62 0.67 0.75
Hex 93 CF EA 25 C 0 8 C7 43 4B
Octal 223 317 352 45 14 0 10 307 103 113
Binary 10010011 11001111 11101010 100101 1100 0 1000 11000111 1000011 1001011

Color Harmonies of #93CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CFEA

Black with #93CFEA

Text Example


Text Example

White with #93CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,207,234); }

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

background-color css

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

 a { background-color: rgb(147,207,234); }

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

border-color css

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

 span { border-color: rgb(147,207,234); }

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