Html Css Color HEX #35BDF8 Summer Sky

📋 copy color: '#35BDF8'

red 53 ◦ green 189 ◦ blue 248

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

Shades of Summer Sky #35BDF8

Tints of Summer Sky #35BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

 BLUE value IS 248 (97.27% from 255) = 50.61%

R = 10.82%
G = 38.57%
B = 50.61%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#35BDF8 (or 0x35BDF8) is known color: Summer Sky. HEX triplet: 35, BD and F8. RGB value is (53,189,248). Sum of RGB (Red+Green+Blue) = 53+189+248=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #35BDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BDF8 is #CA4207. Grayscale: #9A9A9A. Windows color (decimal): -13255176 or 16301365. OLE color: 16301365.

HSL color Cylindrical-coordinate representation of color #35BDF8: hue angle of 198.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35BDF8 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 189 248 -
CMYK 0.79 0.24 0 0.03
HSL 198.15º 0.93% 0.59% -
HSV(B) 198.15º 0.79% 0.97% -
XYZ 36.61 43.93 95.36 -
YUV 155.06 180.44 55.2 -
System Red Green Blue C M Y K H S L
Decimal 53 189 248 0.79 0.24 0 0.03 198.15 0.93 0.59
Hex 35 BD F8 4F 18 0 3 C6 5D 3B
Octal 65 275 370 117 30 0 3 306 135 73
Binary 110101 10111101 11111000 1001111 11000 0 11 11000110 1011101 111011

Color Harmonies of #35BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDF8

Black with #35BDF8

Text Example


Text Example

White with #35BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,189,248); }

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

background-color css

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

 a { background-color: rgb(53,189,248); }

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

border-color css

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

 span { border-color: rgb(53,189,248); }

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