Html Css Color HEX #93CEF2 Cornflower

📋 copy color: '#93CEF2'

red 147 ◦ green 206 ◦ blue 242

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

Shades of Cornflower #93CEF2

Tints of Cornflower #93CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 24.71%
G = 34.62%
B = 40.67%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93CEF2 (or 0x93CEF2) is known color: Cornflower. HEX triplet: 93, CE and F2. RGB value is (147,206,242). Sum of RGB (Red+Green+Blue) = 147+206+242=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #93CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CEF2 is #6C310D. Grayscale: #C0C0C0. Windows color (decimal): -7090446 or 15912595. OLE color: 15912595.

HSL color Cylindrical-coordinate representation of color #93CEF2: hue angle of 202.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CEF2 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 206 242 -
CMYK 0.39 0.15 0 0.05
HSL 202.74º 0.79% 0.76% -
HSV(B) 202.74º 0.39% 0.95% -
XYZ 50.13 56.76 92.32 -
YUV 192.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 147 206 242 0.39 0.15 0 0.05 202.74 0.79 0.76
Hex 93 CE F2 27 F 0 5 CB 4F 4C
Octal 223 316 362 47 17 0 5 313 117 114
Binary 10010011 11001110 11110010 100111 1111 0 101 11001011 1001111 1001100

Color Harmonies of #93CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CEF2

Black with #93CEF2

Text Example


Text Example

White with #93CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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