Html Css Color HEX #7FCAF1 Sky Blue

📋 copy color: '#7FCAF1'

red 127 ◦ green 202 ◦ blue 241

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

Shades of Sky Blue #7FCAF1

Tints of Sky Blue #7FCAF1

RGB

 RED value IS 127 (50% from 255) = 22.28%

 GREEN value IS 202 (79.3% from 255) = 35.44%

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 22.28%
G = 35.44%
B = 42.28%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7FCAF1 (or 0x7FCAF1) is known color: Sky Blue. HEX triplet: 7F, CA and F1. RGB value is (127,202,241). Sum of RGB (Red+Green+Blue) = 127+202+241=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FCAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCAF1 is #80350E. Grayscale: #B7B7B7. Windows color (decimal): -8402191 or 15846015. OLE color: 15846015.

HSL color Cylindrical-coordinate representation of color #7FCAF1: hue angle of 200.53º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FCAF1 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 202 241 -
CMYK 0.47 0.16 0 0.05
HSL 200.53º 0.8% 0.72% -
HSV(B) 200.53º 0.47% 0.95% -
XYZ 45.75 53.1 91.06 -
YUV 184.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 127 202 241 0.47 0.16 0 0.05 200.53 0.8 0.72
Hex 7F CA F1 2F 10 0 5 C9 50 48
Octal 177 312 361 57 20 0 5 311 120 110
Binary 1111111 11001010 11110001 101111 10000 0 101 11001001 1010000 1001000

Color Harmonies of #7FCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAF1

Black with #7FCAF1

Text Example


Text Example

White with #7FCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCAF1; }

 p { color: rgb(127,202,241); }

 H1.HeaderClassName
 {
   color: #7FCAF1;
 }
 .AnyTagClassName
 {
   color: #7FCAF1;
 }
</style>

background-color css

<style>
 a { background-color: #7FCAF1; }

 a { background-color: rgb(127,202,241); }

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

border-color css

<style>
 span { border-color: #7FCAF1; }

 span { border-color: rgb(127,202,241); }

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