Html Css Color HEX #66A1F2 Cornflower Blue

📋 copy color: '#66A1F2'

red 102 ◦ green 161 ◦ blue 242

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

Shades of Cornflower Blue #66A1F2

Tints of Cornflower Blue #66A1F2

RGB

 RED value IS 102 (40.23% from 255) = 20.2%

 GREEN value IS 161 (63.28% from 255) = 31.88%

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 20.2%
G = 31.88%
B = 47.92%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66A1F2 (or 0x66A1F2) is known color: Cornflower Blue. HEX triplet: 66, A1 and F2. RGB value is (102,161,242). Sum of RGB (Red+Green+Blue) = 102+161+242=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #66A1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A1F2 is #995E0D. Grayscale: #989898. Windows color (decimal): -10051086 or 15901030. OLE color: 15901030.

HSL color Cylindrical-coordinate representation of color #66A1F2: hue angle of 214.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A1F2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 161 242 -
CMYK 0.58 0.33 0 0.05
HSL 214.71º 0.84% 0.67% -
HSV(B) 214.71º 0.58% 0.95% -
XYZ 34.25 34.73 88.9 -
YUV 152.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 102 161 242 0.58 0.33 0 0.05 214.71 0.84 0.67
Hex 66 A1 F2 3A 21 0 5 D7 54 43
Octal 146 241 362 72 41 0 5 327 124 103
Binary 1100110 10100001 11110010 111010 100001 0 101 11010111 1010100 1000011

Color Harmonies of #66A1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1F2

Black with #66A1F2

Text Example


Text Example

White with #66A1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A1F2; }

 p { color: rgb(102,161,242); }

 H1.HeaderClassName
 {
   color: #66A1F2;
 }
 .AnyTagClassName
 {
   color: #66A1F2;
 }
</style>

background-color css

<style>
 a { background-color: #66A1F2; }

 a { background-color: rgb(102,161,242); }

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

border-color css

<style>
 span { border-color: #66A1F2; }

 span { border-color: rgb(102,161,242); }

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