Html Css Color HEX #69A8FC Cornflower Blue

📋 copy color: '#69A8FC'

red 105 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #69A8FC

Tints of Cornflower Blue #69A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 20%
G = 32%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#69A8FC (or 0x69A8FC) is known color: Cornflower Blue. HEX triplet: 69, A8 and FC. RGB value is (105,168,252). Sum of RGB (Red+Green+Blue) = 105+168+252=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #69A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8FC is #965703. Grayscale: #9E9E9E. Windows color (decimal): -9852676 or 16558185. OLE color: 16558185.

HSL color Cylindrical-coordinate representation of color #69A8FC: hue angle of 214.29º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A8FC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 168 252 -
CMYK 0.58 0.33 0 0.01
HSL 214.29º 0.96% 0.7% -
HSV(B) 214.29º 0.58% 0.99% -
XYZ 37.4 38.04 97.47 -
YUV 158.74 180.63 89.67 -
System Red Green Blue C M Y K H S L
Decimal 105 168 252 0.58 0.33 0 0.01 214.29 0.96 0.7
Hex 69 A8 FC 3A 21 0 1 D6 60 46
Octal 151 250 374 72 41 0 1 326 140 106
Binary 1101001 10101000 11111100 111010 100001 0 1 11010110 1100000 1000110

Color Harmonies of #69A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8FC

Black with #69A8FC

Text Example


Text Example

White with #69A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,168,252); }

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

background-color css

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

 a { background-color: rgb(105,168,252); }

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

border-color css

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

 span { border-color: rgb(105,168,252); }

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