Html Css Color HEX #35BECB Viking

📋 copy color: '#35BECB'

red 53 ◦ green 190 ◦ blue 203

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

Shades of Viking #35BECB

Tints of Viking #35BECB

RGB

 RED value IS 53 (21.09% from 255) = 11.88%

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 11.88%
G = 42.6%
B = 45.52%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#35BECB (or 0x35BECB) is known color: Viking. HEX triplet: 35, BE and CB. RGB value is (53,190,203). Sum of RGB (Red+Green+Blue) = 53+190+203=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #35BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BECB is #CA4134. Grayscale: #969696. Windows color (decimal): -13254965 or 13352501. OLE color: 13352501.

HSL color Cylindrical-coordinate representation of color #35BECB: hue angle of 185.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BECB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 190 203 -
CMYK 0.74 0.06 0 0.20
HSL 185.2º 0.59% 0.5% -
HSV(B) 185.2º 0.74% 0.8% -
XYZ 30.66 41.9 62.97 -
YUV 150.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 53 190 203 0.74 0.06 0 0.20 185.2 0.59 0.5
Hex 35 BE CB 4A 6 0 14 B9 3B 32
Octal 65 276 313 112 6 0 24 271 73 62
Binary 110101 10111110 11001011 1001010 110 0 10100 10111001 111011 110010

Color Harmonies of #35BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BECB

Black with #35BECB

Text Example


Text Example

White with #35BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BECB; }

 p { color: rgb(53,190,203); }

 H1.HeaderClassName
 {
   color: #35BECB;
 }
 .AnyTagClassName
 {
   color: #35BECB;
 }
</style>

background-color css

<style>
 a { background-color: #35BECB; }

 a { background-color: rgb(53,190,203); }

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

border-color css

<style>
 span { border-color: #35BECB; }

 span { border-color: rgb(53,190,203); }

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