Html Css Color HEX #66B5CF Seagull

📋 copy color: '#66B5CF'

red 102 ◦ green 181 ◦ blue 207

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

Shades of Seagull #66B5CF

Tints of Seagull #66B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 20.82%
G = 36.94%
B = 42.24%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66B5CF (or 0x66B5CF) is known color: Seagull. HEX triplet: 66, B5 and CF. RGB value is (102,181,207). Sum of RGB (Red+Green+Blue) = 102+181+207=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #66B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5CF is #994A30. Grayscale: #A0A0A0. Windows color (decimal): -10046001 or 13612390. OLE color: 13612390.

HSL color Cylindrical-coordinate representation of color #66B5CF: hue angle of 194.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66B5CF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 181 207 -
CMYK 0.51 0.13 0 0.19
HSL 194.86º 0.52% 0.61% -
HSV(B) 194.86º 0.51% 0.81% -
XYZ 33.27 40.38 65.07 -
YUV 160.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 102 181 207 0.51 0.13 0 0.19 194.86 0.52 0.61
Hex 66 B5 CF 33 D 0 13 C3 34 3D
Octal 146 265 317 63 15 0 23 303 64 75
Binary 1100110 10110101 11001111 110011 1101 0 10011 11000011 110100 111101

Color Harmonies of #66B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5CF

Black with #66B5CF

Text Example


Text Example

White with #66B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,207); }

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

background-color css

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

 a { background-color: rgb(102,181,207); }

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

border-color css

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

 span { border-color: rgb(102,181,207); }

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