Html Css Color HEX #93BFF2 Cornflower

📋 copy color: '#93BFF2'

red 147 ◦ green 191 ◦ blue 242

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

Shades of Cornflower #93BFF2

Tints of Cornflower #93BFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 32.93%

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

R = 25.34%
G = 32.93%
B = 41.72%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93BFF2 (or 0x93BFF2) is known color: Cornflower. HEX triplet: 93, BF and F2. RGB value is (147,191,242). Sum of RGB (Red+Green+Blue) = 147+191+242=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #93BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFF2 is #6C400D. Grayscale: #B7B7B7. Windows color (decimal): -7094286 or 15908755. OLE color: 15908755.

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

Color convert

RGB 147 191 242 -
CMYK 0.39 0.21 0 0.05
HSL 212.21º 0.79% 0.76% -
HSV(B) 212.21º 0.39% 0.95% -
XYZ 46.69 49.88 91.17 -
YUV 183.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 147 191 242 0.39 0.21 0 0.05 212.21 0.79 0.76
Hex 93 BF F2 27 15 0 5 D4 4F 4C
Octal 223 277 362 47 25 0 5 324 117 114
Binary 10010011 10111111 11110010 100111 10101 0 101 11010100 1001111 1001100

Color Harmonies of #93BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFF2

Black with #93BFF2

Text Example


Text Example

White with #93BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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