Html Css Color HEX #67AAF4 Cornflower Blue

📋 copy color: '#67AAF4'

red 103 ◦ green 170 ◦ blue 244

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

Shades of Cornflower Blue #67AAF4

Tints of Cornflower Blue #67AAF4

RGB

 RED value IS 103 (40.63% from 255) = 19.92%

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

 BLUE value IS 244 (95.7% from 255) = 47.2%

R = 19.92%
G = 32.88%
B = 47.2%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#67AAF4 (or 0x67AAF4) is known color: Cornflower Blue. HEX triplet: 67, AA and F4. RGB value is (103,170,244). Sum of RGB (Red+Green+Blue) = 103+170+244=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #67AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AAF4 is #98550B. Grayscale: #9E9E9E. Windows color (decimal): -9983244 or 16034407. OLE color: 16034407.

HSL color Cylindrical-coordinate representation of color #67AAF4: hue angle of 211.49º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67AAF4 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 170 244 -
CMYK 0.58 0.30 0 0.04
HSL 211.49º 0.87% 0.68% -
HSV(B) 211.49º 0.58% 0.96% -
XYZ 36.3 38.16 91.04 -
YUV 158.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 103 170 244 0.58 0.30 0 0.04 211.49 0.87 0.68
Hex 67 AA F4 3A 1E 0 4 D3 57 44
Octal 147 252 364 72 36 0 4 323 127 104
Binary 1100111 10101010 11110100 111010 11110 0 100 11010011 1010111 1000100

Color Harmonies of #67AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAF4

Black with #67AAF4

Text Example


Text Example

White with #67AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67AAF4; }

 p { color: rgb(103,170,244); }

 H1.HeaderClassName
 {
   color: #67AAF4;
 }
 .AnyTagClassName
 {
   color: #67AAF4;
 }
</style>

background-color css

<style>
 a { background-color: #67AAF4; }

 a { background-color: rgb(103,170,244); }

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

border-color css

<style>
 span { border-color: #67AAF4; }

 span { border-color: rgb(103,170,244); }

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