Html Css Color HEX #93CEF0 Cornflower

📋 copy color: '#93CEF0'

red 147 ◦ green 206 ◦ blue 240

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

Shades of Cornflower #93CEF0

Tints of Cornflower #93CEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 24.79%
G = 34.74%
B = 40.47%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93CEF0 (or 0x93CEF0) is known color: Cornflower. HEX triplet: 93, CE and F0. RGB value is (147,206,240). Sum of RGB (Red+Green+Blue) = 147+206+240=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #93CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CEF0 is #6C310F. Grayscale: #C0C0C0. Windows color (decimal): -7090448 or 15781523. OLE color: 15781523.

HSL color Cylindrical-coordinate representation of color #93CEF0: hue angle of 201.94º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CEF0 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 206 240 -
CMYK 0.39 0.14 0 0.06
HSL 201.94º 0.76% 0.76% -
HSV(B) 201.94º 0.39% 0.94% -
XYZ 49.83 56.64 90.74 -
YUV 192.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 147 206 240 0.39 0.14 0 0.06 201.94 0.76 0.76
Hex 93 CE F0 27 E 0 6 CA 4C 4C
Octal 223 316 360 47 16 0 6 312 114 114
Binary 10010011 11001110 11110000 100111 1110 0 110 11001010 1001100 1001100

Color Harmonies of #93CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEF0

Black with #93CEF0

Text Example


Text Example

White with #93CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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