Html Css Color HEX #93BFDA Cornflower

📋 copy color: '#93BFDA'

red 147 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #93BFDA

Tints of Cornflower #93BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 26.44%
G = 34.35%
B = 39.21%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93BFDA (or 0x93BFDA) is known color: Cornflower. HEX triplet: 93, BF and DA. RGB value is (147,191,218). Sum of RGB (Red+Green+Blue) = 147+191+218=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #93BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFDA is #6C4025. Grayscale: #B4B4B4. Windows color (decimal): -7094310 or 14335891. OLE color: 14335891.

HSL color Cylindrical-coordinate representation of color #93BFDA: hue angle of 202.82º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BFDA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 191 218 -
CMYK 0.33 0.12 0 0.15
HSL 202.82º 0.49% 0.72% -
HSV(B) 202.82º 0.33% 0.85% -
XYZ 43.32 48.53 73.41 -
YUV 180.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 147 191 218 0.33 0.12 0 0.15 202.82 0.49 0.72
Hex 93 BF DA 21 C 0 F CB 31 48
Octal 223 277 332 41 14 0 17 313 61 110
Binary 10010011 10111111 11011010 100001 1100 0 1111 11001011 110001 1001000

Color Harmonies of #93BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFDA

Black with #93BFDA

Text Example


Text Example

White with #93BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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