Html Css Color HEX #93CFEC Cornflower

📋 copy color: '#93CFEC'

red 147 ◦ green 207 ◦ blue 236

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

Shades of Cornflower #93CFEC

Tints of Cornflower #93CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 24.92%
G = 35.08%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93CFEC (or 0x93CFEC) is known color: Cornflower. HEX triplet: 93, CF and EC. RGB value is (147,207,236). Sum of RGB (Red+Green+Blue) = 147+207+236=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #93CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFEC is #6C3013. Grayscale: #C0C0C0. Windows color (decimal): -7090196 or 15519635. OLE color: 15519635.

HSL color Cylindrical-coordinate representation of color #93CFEC: hue angle of 199.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CFEC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 207 236 -
CMYK 0.38 0.12 0 0.07
HSL 199.55º 0.7% 0.75% -
HSV(B) 199.55º 0.38% 0.93% -
XYZ 49.49 56.88 87.73 -
YUV 192.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 147 207 236 0.38 0.12 0 0.07 199.55 0.7 0.75
Hex 93 CF EC 26 C 0 7 C8 46 4B
Octal 223 317 354 46 14 0 7 310 106 113
Binary 10010011 11001111 11101100 100110 1100 0 111 11001000 1000110 1001011

Color Harmonies of #93CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CFEC

Black with #93CFEC

Text Example


Text Example

White with #93CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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