Html Css Color HEX #35C8FA Summer Sky

📋 copy color: '#35C8FA'

red 53 ◦ green 200 ◦ blue 250

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

Shades of Summer Sky #35C8FA

Tints of Summer Sky #35C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 10.54%
G = 39.76%
B = 49.7%

CMYK

 C value IS 0.79

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#35C8FA (or 0x35C8FA) is known color: Summer Sky. HEX triplet: 35, C8 and FA. RGB value is (53,200,250). Sum of RGB (Red+Green+Blue) = 53+200+250=503 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.54% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #35C8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C8FA is #CA3705. Grayscale: #A1A1A1. Windows color (decimal): -13252358 or 16435253. OLE color: 16435253.

HSL color Cylindrical-coordinate representation of color #35C8FA: hue angle of 195.23º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35C8FA is Cyan = 0.79, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 200 250 -
CMYK 0.79 0.2 0 0.02
HSL 195.23º 0.95% 0.59% -
HSV(B) 195.23º 0.79% 0.98% -
XYZ 39.38 48.97 97.82 -
YUV 161.75 177.8 50.43 -
System Red Green Blue C M Y K H S L
Decimal 53 200 250 0.79 0.2 0 0.02 195.23 0.95 0.59
Hex 35 C8 FA 4F 14 0 2 C3 5F 3B
Octal 65 310 372 117 24 0 2 303 137 73
Binary 110101 11001000 11111010 1001111 10100 0 10 11000011 1011111 111011

Color Harmonies of #35C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C8FA

Black with #35C8FA

Text Example


Text Example

White with #35C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,200,250); }

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

background-color css

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

 a { background-color: rgb(53,200,250); }

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

border-color css

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

 span { border-color: rgb(53,200,250); }

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