Html Css Color HEX #46CFFA Summer Sky

📋 copy color: '#46CFFA'

red 70 ◦ green 207 ◦ blue 250

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

Shades of Summer Sky #46CFFA

Tints of Summer Sky #46CFFA

RGB

 RED value IS 70 (27.73% from 255) = 13.28%

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

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

R = 13.28%
G = 39.28%
B = 47.44%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46CFFA (or 0x46CFFA) is known color: Summer Sky. HEX triplet: 46, CF and FA. RGB value is (70,207,250). Sum of RGB (Red+Green+Blue) = 70+207+250=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #46CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFFA is #B93005. Grayscale: #AAAAAA. Windows color (decimal): -12136454 or 16437062. OLE color: 16437062.

HSL color Cylindrical-coordinate representation of color #46CFFA: hue angle of 194.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46CFFA is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 207 250 -
CMYK 0.72 0.17 0 0.02
HSL 194.33º 0.95% 0.63% -
HSV(B) 194.33º 0.72% 0.98% -
XYZ 42.09 52.83 98.42 -
YUV 170.94 172.61 56 -
System Red Green Blue C M Y K H S L
Decimal 70 207 250 0.72 0.17 0 0.02 194.33 0.95 0.63
Hex 46 CF FA 48 11 0 2 C2 5F 3F
Octal 106 317 372 110 21 0 2 302 137 77
Binary 1000110 11001111 11111010 1001000 10001 0 10 11000010 1011111 111111

Color Harmonies of #46CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFFA

Black with #46CFFA

Text Example


Text Example

White with #46CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CFFA; }

 p { color: rgb(70,207,250); }

 H1.HeaderClassName
 {
   color: #46CFFA;
 }
 .AnyTagClassName
 {
   color: #46CFFA;
 }
</style>

background-color css

<style>
 a { background-color: #46CFFA; }

 a { background-color: rgb(70,207,250); }

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

border-color css

<style>
 span { border-color: #46CFFA; }

 span { border-color: rgb(70,207,250); }

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