Html Css Color HEX #007DA6 Cerulean

📋 copy color: '#007DA6'

red 0 ◦ green 125 ◦ blue 166

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

Shades of Cerulean #007DA6

Tints of Cerulean #007DA6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 166 (65.23% from 255) = 57.04%

R = 0%
G = 42.96%
B = 57.04%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#007DA6 (or 0x007DA6) is known color: Cerulean. HEX triplet: 00, 7D and A6. RGB value is (0,125,166). Sum of RGB (Red+Green+Blue) = 0+125+166=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #007DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DA6 is #FF8259. Grayscale: #5C5C5C. Windows color (decimal): -16745050 or 10910976. OLE color: 10910976.

HSL color Cylindrical-coordinate representation of color #007DA6: hue angle of 194.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DA6 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 125 166 -
CMYK 1 0.25 0 0.35
HSL 194.82º 1% 0.33% -
HSV(B) 194.82º 1% 0.65% -
XYZ 14.22 17.42 38.69 -
YUV 92.3 169.59 62.17 -
System Red Green Blue C M Y K H S L
Decimal 0 125 166 1 0.25 0 0.35 194.82 1 0.33
Hex 0 7D A6 64 19 0 23 C3 64 21
Octal 0 175 246 144 31 0 43 303 144 41
Binary 0 1111101 10100110 1100100 11001 0 100011 11000011 1100100 100001

Color Harmonies of #007DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DA6

Black with #007DA6

Text Example


Text Example

White with #007DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007DA6; }

 p { color: rgb(0,125,166); }

 H1.HeaderClassName
 {
   color: #007DA6;
 }
 .AnyTagClassName
 {
   color: #007DA6;
 }
</style>

background-color css

<style>
 a { background-color: #007DA6; }

 a { background-color: rgb(0,125,166); }

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

border-color css

<style>
 span { border-color: #007DA6; }

 span { border-color: rgb(0,125,166); }

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