Html Css Color HEX #93CBF2 Cornflower

📋 copy color: '#93CBF2'

red 147 ◦ green 203 ◦ blue 242

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

Shades of Cornflower #93CBF2

Tints of Cornflower #93CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 24.83%
G = 34.29%
B = 40.88%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93CBF2 (or 0x93CBF2) is known color: Cornflower. HEX triplet: 93, CB and F2. RGB value is (147,203,242). Sum of RGB (Red+Green+Blue) = 147+203+242=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #93CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBF2 is #6C340D. Grayscale: #BEBEBE. Windows color (decimal): -7091214 or 15911827. OLE color: 15911827.

HSL color Cylindrical-coordinate representation of color #93CBF2: hue angle of 204.63º 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 #93CBF2 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 203 242 -
CMYK 0.39 0.16 0 0.05
HSL 204.63º 0.79% 0.76% -
HSV(B) 204.63º 0.39% 0.95% -
XYZ 49.42 55.33 92.08 -
YUV 190.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 147 203 242 0.39 0.16 0 0.05 204.63 0.79 0.76
Hex 93 CB F2 27 10 0 5 CD 4F 4C
Octal 223 313 362 47 20 0 5 315 117 114
Binary 10010011 11001011 11110010 100111 10000 0 101 11001101 1001111 1001100

Color Harmonies of #93CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CBF2

Black with #93CBF2

Text Example


Text Example

White with #93CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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