Html Css Color HEX #69AAF3 Cornflower Blue

📋 copy color: '#69AAF3'

red 105 ◦ green 170 ◦ blue 243

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

Shades of Cornflower Blue #69AAF3

Tints of Cornflower Blue #69AAF3

RGB

 RED value IS 105 (41.41% from 255) = 20.27%

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 20.27%
G = 32.82%
B = 46.91%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69AAF3 (or 0x69AAF3) is known color: Cornflower Blue. HEX triplet: 69, AA and F3. RGB value is (105,170,243). Sum of RGB (Red+Green+Blue) = 105+170+243=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #69AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AAF3 is #96550C. Grayscale: #9E9E9E. Windows color (decimal): -9852173 or 15968873. OLE color: 15968873.

HSL color Cylindrical-coordinate representation of color #69AAF3: hue angle of 211.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69AAF3 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 170 243 -
CMYK 0.57 0.30 0 0.05
HSL 211.74º 0.85% 0.68% -
HSV(B) 211.74º 0.57% 0.95% -
XYZ 36.38 38.22 90.25 -
YUV 158.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 105 170 243 0.57 0.30 0 0.05 211.74 0.85 0.68
Hex 69 AA F3 39 1E 0 5 D4 55 44
Octal 151 252 363 71 36 0 5 324 125 104
Binary 1101001 10101010 11110011 111001 11110 0 101 11010100 1010101 1000100

Color Harmonies of #69AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AAF3

Black with #69AAF3

Text Example


Text Example

White with #69AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AAF3; }

 p { color: rgb(105,170,243); }

 H1.HeaderClassName
 {
   color: #69AAF3;
 }
 .AnyTagClassName
 {
   color: #69AAF3;
 }
</style>

background-color css

<style>
 a { background-color: #69AAF3; }

 a { background-color: rgb(105,170,243); }

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

border-color css

<style>
 span { border-color: #69AAF3; }

 span { border-color: rgb(105,170,243); }

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