Html Css Color HEX #569BEC Cornflower Blue

📋 copy color: '#569BEC'

red 86 ◦ green 155 ◦ blue 236

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

Shades of Cornflower Blue #569BEC

Tints of Cornflower Blue #569BEC

RGB

 RED value IS 86 (33.98% from 255) = 18.03%

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 18.03%
G = 32.49%
B = 49.48%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#569BEC (or 0x569BEC) is known color: Cornflower Blue. HEX triplet: 56, 9B and EC. RGB value is (86,155,236). Sum of RGB (Red+Green+Blue) = 86+155+236=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #569BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BEC is #A96413. Grayscale: #8F8F8F. Windows color (decimal): -11101204 or 15506262. OLE color: 15506262.

HSL color Cylindrical-coordinate representation of color #569BEC: hue angle of 212.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569BEC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 155 236 -
CMYK 0.64 0.34 0 0.07
HSL 212.4º 0.8% 0.63% -
HSV(B) 212.4º 0.64% 0.93% -
XYZ 30.7 31.48 83.81 -
YUV 143.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 86 155 236 0.64 0.34 0 0.07 212.4 0.8 0.63
Hex 56 9B EC 40 22 0 7 D4 50 3F
Octal 126 233 354 100 42 0 7 324 120 77
Binary 1010110 10011011 11101100 1000000 100010 0 111 11010100 1010000 111111

Color Harmonies of #569BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BEC

Black with #569BEC

Text Example


Text Example

White with #569BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569BEC; }

 p { color: rgb(86,155,236); }

 H1.HeaderClassName
 {
   color: #569BEC;
 }
 .AnyTagClassName
 {
   color: #569BEC;
 }
</style>

background-color css

<style>
 a { background-color: #569BEC; }

 a { background-color: rgb(86,155,236); }

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

border-color css

<style>
 span { border-color: #569BEC; }

 span { border-color: rgb(86,155,236); }

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