Html Css Color HEX #67AAFF Cornflower Blue

📋 copy color: '#67AAFF'

red 103 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #67AAFF

Tints of Cornflower Blue #67AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 19.51%
G = 32.2%
B = 48.3%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67AAFF (or 0x67AAFF) is known color: Cornflower Blue. HEX triplet: 67, AA and FF. RGB value is (103,170,255). Sum of RGB (Red+Green+Blue) = 103+170+255=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #67AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AAFF is #985500. Grayscale: #9F9F9F. Windows color (decimal): -9983233 or 16755303. OLE color: 16755303.

HSL color Cylindrical-coordinate representation of color #67AAFF: hue angle of 213.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67AAFF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 170 255 -
CMYK 0.60 0.33 0 0
HSL 213.55º 1% 0.7% -
HSV(B) 213.55º 0.6% 1% -
XYZ 38.02 38.85 100.1 -
YUV 159.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 103 170 255 0.60 0.33 0 0 213.55 1 0.7
Hex 67 AA FF 3C 21 0 0 D6 64 46
Octal 147 252 377 74 41 0 0 326 144 106
Binary 1100111 10101010 11111111 111100 100001 0 0 11010110 1100100 1000110

Color Harmonies of #67AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAFF

Black with #67AAFF

Text Example


Text Example

White with #67AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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