Html Css Color HEX #107FAA Cerulean

📋 copy color: '#107FAA'

red 16 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #107FAA

Tints of Cerulean #107FAA

RGB

 RED value IS 16 (6.64% from 255) = 5.11%

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 5.11%
G = 40.58%
B = 54.31%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107FAA (or 0x107FAA) is known color: Cerulean. HEX triplet: 10, 7F and AA. RGB value is (16,127,170). Sum of RGB (Red+Green+Blue) = 16+127+170=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #107FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107FAA is #EF8055. Grayscale: #626262. Windows color (decimal): -15695958 or 11173648. OLE color: 11173648.

HSL color Cylindrical-coordinate representation of color #107FAA: hue angle of 196.75º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107FAA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 127 170 -
CMYK 0.91 0.25 0 0.33
HSL 196.75º 0.83% 0.36% -
HSV(B) 196.75º 0.91% 0.67% -
XYZ 15.06 18.19 40.75 -
YUV 98.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 16 127 170 0.91 0.25 0 0.33 196.75 0.83 0.36
Hex 10 7F AA 5B 19 0 21 C5 53 24
Octal 20 177 252 133 31 0 41 305 123 44
Binary 10000 1111111 10101010 1011011 11001 0 100001 11000101 1010011 100100

Color Harmonies of #107FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FAA

Black with #107FAA

Text Example


Text Example

White with #107FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107FAA; }

 p { color: rgb(16,127,170); }

 H1.HeaderClassName
 {
   color: #107FAA;
 }
 .AnyTagClassName
 {
   color: #107FAA;
 }
</style>

background-color css

<style>
 a { background-color: #107FAA; }

 a { background-color: rgb(16,127,170); }

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

border-color css

<style>
 span { border-color: #107FAA; }

 span { border-color: rgb(16,127,170); }

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