Html Css Color HEX #35CFFD Summer Sky

📋 copy color: '#35CFFD'

red 53 ◦ green 207 ◦ blue 253

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

Shades of Summer Sky #35CFFD

Tints of Summer Sky #35CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 10.33%
G = 40.35%
B = 49.32%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#35CFFD (or 0x35CFFD) is known color: Summer Sky. HEX triplet: 35, CF and FD. RGB value is (53,207,253). Sum of RGB (Red+Green+Blue) = 53+207+253=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #35CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFFD is #CA3002. Grayscale: #A5A5A5. Windows color (decimal): -13250563 or 16633653. OLE color: 16633653.

HSL color Cylindrical-coordinate representation of color #35CFFD: hue angle of 193.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35CFFD is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 207 253 -
CMYK 0.79 0.18 0 0.01
HSL 193.8º 0.98% 0.6% -
HSV(B) 193.8º 0.79% 0.99% -
XYZ 41.51 52.47 100.87 -
YUV 166.2 176.98 47.26 -
System Red Green Blue C M Y K H S L
Decimal 53 207 253 0.79 0.18 0 0.01 193.8 0.98 0.6
Hex 35 CF FD 4F 12 0 1 C2 62 3C
Octal 65 317 375 117 22 0 1 302 142 74
Binary 110101 11001111 11111101 1001111 10010 0 1 11000010 1100010 111100

Color Harmonies of #35CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFFD

Black with #35CFFD

Text Example


Text Example

White with #35CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,253); }

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

background-color css

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

 a { background-color: rgb(53,207,253); }

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

border-color css

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

 span { border-color: rgb(53,207,253); }

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